| 1. | The main idea is to build everything around Abstract Syntax Tree.
|
| 2. | Abstract syntax tree generation is programmed in the grammar analysis.
|
| 3. | The next two files provide definition and implementation of the syntax tree functions.
|
| 4. | Several libraries are provided which facilitate the specific manipulation of OCaml syntax trees.
|
| 5. | The latter results in an abstract syntax tree being given to the function.
|
| 6. | MPS solves grammar ambiguity issues by working with the abstract syntax tree directly.
|
| 7. | Computer scientists often need to manipulate abstract syntax trees.
|
| 8. | Another possibility is to compile the syntax tree into machine code and execute it.
|
| 9. | A grammar now produced an abstract syntax tree that the unparse rules operated on.
|
| 10. | These are recognizers that process abstract syntax trees which can be automatically generated by parsers.
|